agents.anac.y2010.AgentFSEGA
Class UtilitySpaceHypothesis

java.lang.Object
  extended by agents.anac.y2010.AgentFSEGA.Hypothesis
      extended by agents.anac.y2010.AgentFSEGA.UtilitySpaceHypothesis
All Implemented Interfaces:
java.lang.Comparable<Hypothesis>

public class UtilitySpaceHypothesis
extends Hypothesis


Constructor Summary
UtilitySpaceHypothesis(Domain pDomain, UtilitySpace pUS, WeightHypothesis pWeightHyp, EvaluatorHypothesis[] pEvalHyp)
           
 
Method Summary
 Domain getDomain()
           
 EvaluatorHypothesis[] getEvalHyp()
           
 WeightHypothesis getHeightHyp()
           
 double getUtility(Bid pBid)
           
 java.lang.String toString()
           
 
Methods inherited from class agents.anac.y2010.AgentFSEGA.Hypothesis
compareTo, getProbability, setProbability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UtilitySpaceHypothesis

public UtilitySpaceHypothesis(Domain pDomain,
                              UtilitySpace pUS,
                              WeightHypothesis pWeightHyp,
                              EvaluatorHypothesis[] pEvalHyp)
Method Detail

getDomain

public Domain getDomain()

getEvalHyp

public EvaluatorHypothesis[] getEvalHyp()

getHeightHyp

public WeightHypothesis getHeightHyp()

getUtility

public double getUtility(Bid pBid)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object